home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_2405 / PlaceObject2_333_3 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2011-10-17  |  142 b   |  9 lines

  1. onClipEvent(load){
  2.    begin = reveal = hide = false;
  3.    DELAY = 40;
  4.    if(_root.reveal)
  5.    {
  6.       this.gotoAndStop("reveal");
  7.    }
  8. }
  9.